while loop meaning in Chinese
当型循环
循环
Examples
- The while loop will be explained in the next chapter
循环语句将在下一章作具体讲解。 - Shows this while loop and the corresponding condition
显示了这个while循环和相应的条件。 - The while loop checks its condition before executing
While ( )循环在执行之前检查它的条件。 - While loop , when the instruction pointer is in the condition
循环的条件中时,修改该条件。 - The second bug is that the while loop in the
函数中的while循环在